Forum Activity for @michael

michael
@michael
07/30/19 09:09:26PM
7,816 posts

CRI: unable to retrieve quota settings for module: myModule


Jamroom Developers

If myModule and 'module' are the real names you're using try changing them. 'module' is not descriptive of what any module would do.

Try a naming pattern like:
jrBlog 'blog'
jrAudio 'audio'

xxReprocess 'reprocess'
xxBlockUser 'block'

Something that describes what the module does. I suspect 'module' could be the issue.

Or possibly something in the quota.php file because thats what would setup quota settings and the error is quota settings related.
michael
@michael
07/29/19 08:45:48PM
7,816 posts

403 Forbidden error after server migration


Installation and Configuration

Under those circumstances I would copy the /modules directory from the working jamroom install over to the non-working install and see what happens.

Rename (or backup/delete) the current /modules.

Seems like a good first step.

Would also copy the hidden /.htaccess from the working version too.

--edit--
Another possibility is: symlinks

The base location for a module is on a directory without its version number.

eg:
/modules/jrCore

When a new jrCore is updated from the marketplace, the current jrCore will move to a version number
/modules/jrCore-version-1.2.3
/modules/jrCore-version-1.2.4
/modules/jrCore-version-1.2.5

But the base
/modules/jrCore
will point to the highest version number via a symlink on /modules/jrCore

Its totally valid to keep just the most recent version of any of the modules and remove its version number, then delete the others, so if you had
/modules/jrCore-version-1.2.3
/modules/jrCore-version-1.2.4
/modules/jrCore-version-1.2.5

you could rename
/modules/jrCore-version-1.2.5
to
/modules/jrCore

and delete:
/modules/jrCore-version-1.2.3
/modules/jrCore-version-1.2.4

Then when the marketplace did its update it would re-add a new symlink


updated by @michael: 07/29/19 08:50:27PM
michael
@michael
07/28/19 09:56:07PM
7,816 posts

Email Course Module Setup: Auto Enroll New User on Signup Not Working


Using Jamroom

Hard to say. I just checked it here and its all working.

Take a screenshot of these 3 locations in your ACP so we can see how you're set up.

--edit--
connection to the course happens when the new user clicks the ACTIVATE link in the email they're sent or the admin clicks the ACTIVATE button in the pending section.
signup.jpg signup.jpg - 232KB

updated by @michael: 07/28/19 09:57:07PM
michael
@michael
07/26/19 11:04:45PM
7,816 posts

User Limit


Using Jamroom

The language string for:
You have reached the maximum number of streams that can be performed in one day - try again tomorrow
can be set at
ACP -> USERS -> MEDIA LIMIT -> LANGUAGE -> (position #1)
michael
@michael
07/26/19 11:01:42PM
7,816 posts

not found message using the Share This button


Using Jamroom

It looks like you may have set that page to logged in users only. When I visit the page I also see "Not Found"
not_found.jpg not_found.jpg - 207KB
michael
@michael
07/23/19 09:46:56PM
7,816 posts

403 Forbidden error after server migration


Installation and Configuration

pch:.....There must always be a specific file the server used to load to serve up your website. Most of the time, it is by default named index.html, index.php .....
There is no default file.

The .htaccess fiile tells apache_rewrite to direct all incoming requests into a module, specifically /modules/jrCore/router.php (but you shouldn't need to do anything with that info)

Check that apaches mod-rewrite is enabled for the server.

If it is, then go over the other Server Requirements outlined here:

Docs: "Server Requirements"
https://www.jamroom.net/the-jamroom-network/documentation/getting-started/774/server-requirements
michael
@michael
07/17/19 05:32:14PM
7,816 posts

SOAPI and Jamroom


Jamroom Developers

Paul's built some importer modules for the jamroom side of things. The issue would be getting the SOAP structure to a structure that works with the importer modules, so there would need to be something custom built to do that. How complicated that is to build would depend on how the SOAP system works.

Paul should be along in a while, he might have a better idea than me.
michael
@michael
07/11/19 11:05:13PM
7,816 posts

social networks


Using Jamroom

There is the ONEALL module that allows owner to post what they created at the time they created it.

There is the SHARE THIS module that allows people browsing your site to share something from your site to their social media sites.
michael
@michael
07/06/19 10:54:26PM
7,816 posts

Can I increase cpu cores in Jamroom?


Using Jamroom

yeah, there is nothing to change in jamroom that will change those numbers, they are directly reported from what the server sends back to jamroom.

If you have SSH access to your server, this is the command used to get the processor count:
cat /proc/cpuinfo |grep -c processor
michael
@michael
07/06/19 05:38:31PM
7,816 posts

Can I increase cpu cores in Jamroom?


Using Jamroom

cores are the amount of physical devices that your computer has, they can not be altered by software.

You will need to change to a different server to get more cores
  84